Should I install programs from a source tarball (`.tar.gz`), from the Ubuntu Software Centre, or from elsewhere?
Posted
by
Flimm
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Flimm
Published on 2012-12-02T14:23:44Z
Indexed on
2012/12/16
5:19 UTC
Read the original article
Hit count: 125
There are several ways to install an application in Ubuntu:
You can download a source tarball (generally a
.tar.gz
or a.tar.bz2
file) and install it manually. (See How to install a .tar.gz (or .tar.bz2) file?)You can download a
.deb
file and install it manually, usingdpkg
or the Software Centre.You can search for the application in the Ubuntu Software Centre and install it there, or use
apt
with the official Ubuntu repositories.You can find a PPA or a third-party repo, and install it from there.
What are the pros and cons of each method? Please discuss security implications, frequency of updates and program reliability of each method in your answer.
© Ask Ubuntu or respective owner